DataSource for Entity Framework in WPF
C1.Data Namespace / FilteredView<T> Class
The type of the entities in this client view.
Members

In This Topic
    FilteredView<T> Class
    In This Topic
    Represents a client view filtered by a filter key function, an operator and a filter key value.
    Object Model
    FilteredView<T> Class
    Syntax
    Type Parameters
    T
    The type of the entities in this client view.
    Remarks
    Filtering is performed on the server.
    Inheritance Hierarchy

    System.Object
       C1.LiveLinq.LiveViews.View
          C1.LiveLinq.LiveViews.View<T>
             C1.Data.ClientView<T>
                C1.Data.FilteredView<T>

    See Also